home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amoszine PD Edition 1
/
Amoszine PD Edition 1.adf
/
stars_extension
/
stars_demo.AMOS
/
stars_demo.amosSourceCode
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
AMOS Source Code
|
1992-02-26
|
305 b
|
10 lines
'by steve in 30 secs flat, first time ive ever used this ext, very good stuff
Screen Open 0,320,256,16,Lowres
Hide : Cls 0
Extension_20_003A 0,1,128
Do
If Jup(1) Then Extension_20_0070 2
If Jdown(1) Then Extension_20_0070 3
If Jleft(1) Then Extension_20_0070 0
If Jright(1) Then Extension_20_0070 1
Loop